home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / pc / yarikon / shared.dxr / 00209_VOL_ý׏¿€.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  462 b   |  16 lines

  1. on mouseDown
  2.   global slide
  3.   repeat while the stillDown
  4.     set the locH of sprite clickOn() to the mouseH
  5.     if the locH of sprite clickOn() < 59 then
  6.       set the locH of sprite clickOn() to 59
  7.     end if
  8.     if the locH of sprite clickOn() > 220 then
  9.       set the locH of sprite clickOn() to 220
  10.     end if
  11.     updateStage()
  12.     set slide to the locH of sprite clickOn()
  13.     set the soundLevel to (the locH of sprite clickOn() - 59) / 23
  14.   end repeat
  15. end
  16.